.ms-content-ascend {
    width: 1200px;
    margin: 40px auto;
}

.ms-content-ascend-title {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    line-height: 60px;
}

.ms-content-ascend-div {
    padding: 0 40px;
}

.ms-content-ascend-anchor-ul {
    border-left: 1px solid rgba(215, 215, 215, 1);
    padding: 10px 0;
}

.ms-content-ascend-anchor {
    color: #333333;
    line-height: 40px;
}
.ms-content-ascend-anchor a{
    padding:0 20px;
}
.ms-content-ascend-anchor.active{
    border-left: 2px solid  rgba(80, 143, 244, 1);
    background-color: rgba(80, 143, 244, 0.145098039215686);
}

.ms-anchor-fixed{
    position: fixed;
    top: 120px;
    z-index: 999;
}